home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / wayfset.ctl < prev    next >
Text File  |  2000-05-12  |  620b  |  23 lines

  1. -- RCSVER $Id: wayfset.ctl,v 1.1 2000-05-03 12:29:32-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        wayfset.ctl
  6. -- Date:     06/03/1999
  7. -- memo:        Evan M. Ghormley    
  8. -- Description:    Load the data for the wayfset table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE wayfset
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.         fareset_id,
  18.     mcv_file,
  19.         version,
  20.         config_num
  21. )
  22. begindata
  23.